ContainsKey Method

Summary

Determines whether the DictionaryWithEvents<TKey,TValue> contains the specified key.

Syntax
C#
C++
public bool ContainsKey( 
   TKey key 
) 
public: 
bool ContainsKey(  
   TKey^ key 
)  

Parameters

key
The key to locate in the DictionaryWithEvents<TKey,TValue>.

Return Value

true if the Dictionary{TKey, TValue} contains an element with the specified key; otherwise, it is false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly